home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 5 / Amiga Plus Sonderheft 1996 #5.iso / programme / visual / rexx / quit.rexx < prev   
OS/2 REXX Batch file  |  1995-10-29  |  169b  |  8 lines

  1. /*
  2.  * Arexx program to quit ImageFX/ADPro.
  3.  *
  4.  */
  5.  
  6. if show('p','IMAGEFX.1') then address 'IMAGEFX.1' 'Quit Force'
  7. if show('p','ADPro') then address 'ADPro' 'ADPRO_EXIT'
  8.